home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / j / jet_master / jetmaster1.dms / in.adf / Scripts / OShadow_5.Script < prev    next >
Encoding:
Text File  |  1988-12-27  |  477 b   |  30 lines

  1. ; Outline - 2 Script
  2. OT 1        ;Set Outline Thickness to OT
  3. magx 4        ;Destination raster is n1 dots wider than original.
  4. magy 4        ;Destination raster is n2 dots wider than original.
  5. AR             ;Allocate raster (required before GT and D, below).
  6. GT 0 0        ;Offset drawing n1, n2 from origin.
  7. D 1            ;Draw image, n = 0 to erase, 1 to draw, -1 to toggle.
  8. GT 1 1        ;Position at 2 0
  9. D 1
  10. GT 2 2
  11. D 1
  12. GT 3 3
  13. D 1
  14. GT 4 4
  15. D 1
  16. GT 4 3
  17. D 1
  18. GT 3 4
  19. D 1
  20. GT 1 0
  21. D 1
  22. GT 0 1
  23. D 1
  24. GT 2 0
  25. D 1
  26. GT 0 2
  27. D 1
  28. GT 1 1
  29. D 0
  30.